翻訳と辞書
Words near each other
・ Norman Beaton
・ Norman Beck
・ Norman Beck (footballer)
・ Norman Bedard
・ Norman Bekkedahl
・ Norman Bel Geddes
・ Norman Belcher
・ Norman Bell
・ Norman Bellingham
・ Norman Bennett
・ Norman Bentwich
・ Norman Bergamelli
・ Normality test
・ Normalization
・ Normalization (Czechoslovakia)
Normalization (image processing)
・ Normalization (people with disabilities)
・ Normalization (sociology)
・ Normalization (statistics)
・ Normalization model
・ Normalization process model
・ Normalization process theory
・ Normalization property (abstract rewriting)
・ Normalized chromosome value
・ Normalized compression distance
・ Normalized Difference Vegetation Index
・ Normalized frequency
・ Normalized frequency (fiber optics)
・ Normalized frequency (unit)
・ Normalized Google distance


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Normalization (image processing) : ウィキペディア英語版
Normalization (image processing)
In image processing, normalization is a process that changes the range of pixel intensity values. Applications include photographs with poor contrast due to glare, for example. Normalization is sometimes called contrast stretching or histogram stretching. In more general fields of data processing, such as digital signal processing, it is referred to as dynamic range expansion.
The purpose of dynamic range expansion in the various applications is usually to bring the image, or other type of signal, into a range that is more familiar or normal to the senses, hence the term normalization. Often, the motivation is to achieve consistency in dynamic range for a set of data, signals, or images to avoid mental distraction or fatigue. For example, a newspaper will strive to make all of the images in an issue share a similar range of grayscale.
Normalization transforms an n-dimensional grayscale image
I:\^n\}\rightarrow\\}
with intensity values in the range (Min,Max), into a new image
I_N:\^n\}\rightarrow\\}
with intensity values in the range (newMin,newMax).
The linear normalization of a grayscale digital image is performed according to the formula
:I_N=(I-\text)\frac}}+\text
For example, if the intensity range of the image is 50 to 180 and the desired range is 0 to 255 the process entails subtracting 50 from each of pixel intensity, making the range 0 to 130. Then each pixel intensity is multiplied by 255/130, making the range 0 to 255.
Normalization might also be non linear, this happens when there isn't a linear relationship between I and I_N. An example of non-linear normalization is when the normalization follows a sigmoid function, in that case, the normalized image is computed according to the formula
:I_N=(\text-\text)\frac}}+\text
Where \alpha defines the width of the input intensity range, and \beta defines the intensity around which the range is centered.〔(ITK Software Guide )〕
Auto-normalization in image processing software typically normalizes to the full dynamic range of the number system specified in the image file format.
== See also ==

* Audio normalization, audio analog
* Histogram equalization

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Normalization (image processing)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.